home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global cTHVRChannel, gTHSpin, gTHRefresh, gTHReopen, gTHNormalSize, gTHCloseMovie, gSISystem, gSIActiveWindow, gSILastHwnd, gSIHParentWnd
- if gSISystem = "WIN" then
- set vHWnd to gSIActiveWindow(mCall)
- if vHWnd <> gSILastHwnd then
- if gSILastHwnd <> -1 then
- set gTHRefresh to 1
- end if
- set gSILastHwnd to vHWnd
- end if
- if vHWnd <> gSIHParentWnd then
- go(the frame)
- exit
- end if
- end if
- if gTHRefresh then
- ShowPanoMovie(0)
- set gTHRefresh to 0
- end if
- if gTHReopen then
- setVRSize(gTHNormalSize, 0)
- ShowPanoMovie(0)
- set gTHReopen to 0
- end if
- if gTHSpin then
- spinVR(30 + random(70))
- sound fadeOut 1
- set gTHSpin to 0
- end if
- PanoFrameScript(cTHVRChannel)
- UIRollover(47, -1)
- hRolloverScript("Main")
- if gTHCloseMovie then
- set gTHCloseMovie to 0
- if gSISystem = "WIN" then
- WIN_QT_Close()
- else
- DVClose()
- end if
- end if
- go(the frame)
- end
-
- on mouseUp
- puppetSound(0)
- rolloverHandler(0)
- end
-
- on mouseDown
- puppetSound(0)
- end
-